Welcome![Sign In][Sign Up]
Location:
Search - command shell

Search list

[Linux-UnixShell

Description: 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-A linux command interpreter, including complete project source code plus design documents. This procedure is implemented in C, to achieve the following features: 1, able to execute an external program command, the command can be parameterized able to perform fg, bg, cd, history, exit internal command 3, the use of pipes and redirect input and output 4, support the front and back office operations, job control functions, including the list of print jobs, change the currently running job front/back-end status, and control operations pending termination and continue to run 5, using the Make utility to establish engineering use the debugger gdb to debug procedures
Platform: | Size: 431104 | Author: Hang | Hits:

[Linux-Unixdbus-shell

Description: Shell command line utility functions.
Platform: | Size: 6144 | Author: romervao | Hits:

[Software EngineeringMajor-Linux-shell-command--sed--awk

Description: Linux主要shell命令、sed、awk使用详解-Major Linux shell command, sed, awk explain the use of
Platform: | Size: 79872 | Author: 毛高飞 | Hits:

[Linux-Unixshell

Description: 在minix3.1.8下实现shell命令解释器,能够执行cd等内部命令,外部命令,实现了无名管道和i/o重定向-In minix3.1.8 under shell command interpreter, able to perform internal commands such as cd, external commands, to achieve the unnamed pipes and i/o redirection
Platform: | Size: 2048 | Author: stella lai | Hits:

[OtherLinux-Shell

Description: 《Linux Shell脚本攻略》是LinuxShell编程的实战秘籍。它集合了众多适合于实战的命令行脚本攻略,并辅以 大量案例以及细致的讲解。《LinuxShell脚本攻略》的读者不仅包括Shell编程的新手,也包括那些对这一领域相当熟悉的专业人士。对新手而言,《Linux Shell脚本攻略》的内容由浅入深且紧贴实践,使得他们能够快速地学以致用,而专业人士也能从《Linux Shell脚本攻略》中发现一些新鲜的东西,使自己的技巧更加纯熟。-" Linux Shell Scripting Guide" is LinuxShell Cheats actual programming. It is suitable for the actual collection of many command-line scripts Raiders, supplemented by a large number of cases as well as detailed explanations. " LinuxShell script Raiders," the reader not only include Shell Programming novice, including those quite familiar with this area professionals. For the novice, " Linux Shell Scripting Guide" Deep and close to the practical content, allowing them to quickly apply what they learn, and professionals from the " Linux Shell Scripting Guide" found something fresh to make themselves more proficient skills.
Platform: | Size: 20995072 | Author: 斤斤 | Hits:

[Linux-Unixshell

Description: This file contains code to implement the "sqlite" command line utility for accessing SQLite databases for Linux.
Platform: | Size: 15360 | Author: wodoxa | Hits:

[DocumentsUEFI-Shell-Specification_2_0

Description: uEFI shell 的使用手册.不但提供了现有uEFI的命令使用说明,并进一步提供的API说明。-The UEFI Shell environment provides an API, a command prompt and a rich set of commands that extend and enhance the UEFI Shell’s capability.
Platform: | Size: 548864 | Author: moyu | Hits:

[Linux-Unixshell-programing-and-unix-command

Description: shell脚本,这本书是我决的写的最全面和简洁的shell脚本参考书籍,特别适合初学者和有2年下shell脚本编写者。建议可以花几个小时通读,理解大概的内容,然后作为工具书来用,遇到问题在参考本书。-this is a techincal book about shell under unix os.it is especially suitable for new programer. you can spend 2 hours to view this book and regard it as refrence when you confronted with some problem in using shell to write program
Platform: | Size: 17882112 | Author: kelvin | Hits:

[Linux-UnixLinux-unix-shell

Description: 介绍了linux中shell编程底层开发-The Linux kernel programming shell command set the Linux base development
Platform: | Size: 19484672 | Author: 李云龙 | Hits:

[Linux-Unixshell

Description: 在Linux下简单模仿shell命令解析器功能,编译器GCC。-Simple imitation under Linux shell command parser function, the compiler GCC.
Platform: | Size: 1024 | Author: hanzhen | Hits:

[Proxy Serverwifi

Description: wifi共享的代码,原理是用shell函数直接调用cmd命令-wifi shared code, the principle is to use the cmd command shell function called directly
Platform: | Size: 1024 | Author: 李志鹏 | Hits:

[Software Engineeringshell

Description: shell命令解释器的源码,实现内部外部命令及管道重定向等-shell command interpreter source code, to achieve internal and external commands and pipes and redirection
Platform: | Size: 7168 | Author: ffzzxx | Hits:

[Software Engineeringshell.c

Description: shell命令解释器源码,主要包含cd、ls、mkdir、cp等一些命令的实现-shell command
Platform: | Size: 79872 | Author: 许名亮 | Hits:

[Software EngineeringLinux.Command.Line.pdf.tar

Description: linux command line interface shell recipe new
Platform: | Size: 5806080 | Author: firelink | Hits:

[Linux-UnixLinux-shell)

Description: 1、 首先利用readline()函数读到用户输入的shell命令,采用一个数组来保存shell命令,数组有固定的大小。 2、 在main()函数中根据字符串中是否存在 "&" 字符判断是否为后台进程。如果是后台命令则判断是否是多条指令,如果不是将分割后的命令传递给pipel()函数,如果是的话分割之后利用while循环将命令传递给pipel()函数。如果不是后台进程,需要用waitpid()函数等待子进程结束后父进程才继续。 -1, we use readLine () function to read user input shell command, use an array to save the shell command, arrays are fixed size. 2, in the main () function according to the string in the existence of "&" characters to determine whether the background process. If the background is to determine whether the command is a command, if not pass after segmentation command for the pipel () function, if is the words segmentation based on while cycle to pass commands to pipel () function. If not the background process, need to use waitpid () function to wait for the child process to end a process to continue.
Platform: | Size: 29696 | Author: rrr | Hits:

[Shell apishell

Description: 展示了C语言如何进行系统调用执行logout cd ls pwd pid rm mkdir mv cp等命令 -Shows how the C language system call execution logout cd ls pwd pid rm mkdir mv cp command, etc.
Platform: | Size: 1024 | Author: 雪儿 | Hits:

[BooksLinux-and-Shell-

Description: linux学习优秀教材,书中讲解了linux的基本框架,并举例讲解shell在linux中如何应用,利用shell实现linux的高效操作。-a context for what you are learning. This book is a fairly comprehensive resource on the Linux command line and shell commands.
Platform: | Size: 5105664 | Author: 雍鹏 | Hits:

[Internet-NetworkShell

Description: Shell 命令整理,DOC和TXT两种格式各一份-shell command list on linux system
Platform: | Size: 21504 | Author: haoxue365 | Hits:

[source in ebookDelphi-SSH-Remote-Shell

Description: Start a shell on a remote SSH server, run a command, and retrieve the output.
Platform: | Size: 2048 | Author: furylo | Hits:

[Linux-Unixthe-shell-command-line

Description: 8 small techniques commonly used to use the shell command line
Platform: | Size: 553984 | Author: 刘翔 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »

CodeBus www.codebus.net